gpsbabel.git
18 years agoImprove support for Garmin address fields.
oliskoli [Sat, 14 Jul 2007 21:00:46 +0000 (21:00 +0000)]
Improve support for Garmin address fields.

18 years agoAdd my (oliskoli) Garmin Zumo 500 to mass storage devices.
oliskoli [Thu, 12 Jul 2007 22:02:58 +0000 (22:02 +0000)]
Add my (oliskoli) Garmin Zumo 500 to mass storage devices.

18 years agoDon't crash on command lines without file/device name "... -i gdb -f".
oliskoli [Thu, 12 Jul 2007 19:27:51 +0000 (19:27 +0000)]
Don't crash on command lines without file/device name "... -i gdb -f".

18 years agoBump version to 1.3.4-beta20070711 for release.
robertl [Wed, 11 Jul 2007 23:57:38 +0000 (23:57 +0000)]
Bump version to 1.3.4-beta20070711 for release.

18 years agoFix new breakage from a URL that includes &blah parameters. This is not a
parkrrrr [Wed, 11 Jul 2007 18:40:02 +0000 (18:40 +0000)]
Fix new breakage from a URL that includes &blah parameters.  This is not a
general-purpose fix, but it'll do until they break it again.

18 years agoRemove shortname from fixed columns.
oliskoli [Mon, 9 Jul 2007 19:50:47 +0000 (19:50 +0000)]
Remove shortname from fixed columns.

18 years agoInclude pathname of ini file in error messages involving those files.
robertl [Mon, 9 Jul 2007 19:48:34 +0000 (19:48 +0000)]
Include pathname of ini file in error messages involving those files.

18 years agoalan: Add parameter "b" to open mode. This is necessary for NON-POSIX systems.
oliskoli [Mon, 9 Jul 2007 19:35:41 +0000 (19:35 +0000)]
alan: Add parameter "b" to open mode. This is necessary for NON-POSIX systems.

18 years agogbfile: Fix gbfungetc. Thanx to Gabriel Weisz.
oliskoli [Mon, 9 Jul 2007 17:15:51 +0000 (17:15 +0000)]
gbfile: Fix gbfungetc. Thanx to Gabriel Weisz.

18 years agoAdd style tips to README.contrib.
robertl [Mon, 9 Jul 2007 16:48:00 +0000 (16:48 +0000)]
Add style tips to README.contrib.

18 years agogeo: Tweak format capabilities.
oliskoli [Sun, 8 Jul 2007 19:39:20 +0000 (19:39 +0000)]
geo: Tweak format capabilities.

18 years agobrauniger_iq: Tweak format capabilities.
oliskoli [Sun, 8 Jul 2007 19:35:51 +0000 (19:35 +0000)]
brauniger_iq: Tweak format capabilities.

18 years agogdb: Fix V3 waypoint final bytes (postal code, phone number and country).
oliskoli [Sun, 8 Jul 2007 12:35:15 +0000 (12:35 +0000)]
gdb: Fix V3 waypoint final bytes (postal code, phone number and country).

18 years agogdb: Add possible output of GDB version 3 format.
oliskoli [Sat, 7 Jul 2007 21:49:06 +0000 (21:49 +0000)]
gdb: Add possible output of GDB version 3 format.

18 years agogdb: Fix V3 waypoint final bytes (postal code / phone number).
oliskoli [Sat, 7 Jul 2007 21:30:21 +0000 (21:30 +0000)]
gdb: Fix V3 waypoint final bytes (postal code / phone number).

18 years agomagproto: Increase size of some local buffers.
oliskoli [Sat, 7 Jul 2007 16:19:34 +0000 (16:19 +0000)]
magproto: Increase size of some local buffers.
Fix endless loop (with corrupted data) in mag_dequote.

18 years agounicsv: Add gps fix to writer. Fix mingw problem with indexed parameters.
oliskoli [Fri, 6 Jul 2007 20:51:02 +0000 (20:51 +0000)]
unicsv: Add gps fix to writer. Fix mingw problem with indexed parameters.

18 years agoGerhard Olsson starts adding lap support to Garmin protocol layer.
robertl [Fri, 6 Jul 2007 03:35:37 +0000 (03:35 +0000)]
Gerhard Olsson starts adding lap support to Garmin protocol layer.

18 years agoGerhard Olsson and Robert Lipe add realtime tracking for XCSV and repair KML tracking.
robertl [Fri, 6 Jul 2007 02:03:51 +0000 (02:03 +0000)]
Gerhard Olsson and Robert Lipe add realtime tracking for XCSV and repair KML tracking.

18 years agoTweak doc for garmin_gpi.
robertl [Thu, 5 Jul 2007 20:01:51 +0000 (20:01 +0000)]
Tweak doc for garmin_gpi.

18 years agoMinor doc tweaks in use, preface, build. Try to segment Garmin list into
robertl [Thu, 5 Jul 2007 05:07:50 +0000 (05:07 +0000)]
Minor doc tweaks in use, preface, build.  Try to segment Garmin list into
GPX and GPX-not.

18 years agoAdd ISO_TIME_MS to Style formats.
robertl [Thu, 5 Jul 2007 01:42:58 +0000 (01:42 +0000)]
Add ISO_TIME_MS to Style formats.

18 years agoClose <para> tags.
oliskoli [Wed, 4 Jul 2007 21:18:09 +0000 (21:18 +0000)]
Close <para> tags.

18 years agoRe-use unused decode vector with a pointer to a fallback character set.
oliskoli [Wed, 4 Jul 2007 21:07:28 +0000 (21:07 +0000)]
Re-use unused decode vector with a pointer to a fallback character set.
Very useful for ascii-like character sets. There we don't need to maintain a large
extra (hand-made) conversion table.

18 years agoExtend extra UCS4 to character conversion table.
oliskoli [Wed, 4 Jul 2007 20:40:45 +0000 (20:40 +0000)]
Extend extra UCS4 to character conversion table.

18 years agoFill cp1250..cp1257 extra table ("Best Fit" non-ascii codes).
oliskoli [Wed, 4 Jul 2007 19:05:03 +0000 (19:05 +0000)]
Fill cp1250..cp1257 extra table ("Best Fit" non-ascii codes).

18 years agoAdd TRACK_NAME and ROUTE_NAME to XCSV.
robertl [Wed, 4 Jul 2007 18:11:32 +0000 (18:11 +0000)]
Add TRACK_NAME and ROUTE_NAME to XCSV.

18 years agoRemove format readme's from windows package.
oliskoli [Wed, 4 Jul 2007 18:03:35 +0000 (18:03 +0000)]
Remove format readme's from windows package.

18 years agoWrite header block of zero waypoints even when we have zero waypoints.
robertl [Tue, 3 Jul 2007 22:07:09 +0000 (22:07 +0000)]
Write header block of zero waypoints even when we have zero waypoints.

18 years agoInclude time range in KML tracks when available.
robertl [Tue, 3 Jul 2007 18:20:42 +0000 (18:20 +0000)]
Include time range in KML tracks when available.

18 years agoCommit the glossary work that we started back in March.
robertl [Tue, 3 Jul 2007 17:16:37 +0000 (17:16 +0000)]
Commit the glossary work that we started back in March.

18 years agoDon't write empty folders in KML if we have no tracks or routes.
robertl [Tue, 3 Jul 2007 16:53:08 +0000 (16:53 +0000)]
Don't write empty folders in KML if we have no tracks or routes.

18 years agoDocument append_positioning flag for NMEA.
robertl [Tue, 3 Jul 2007 16:48:15 +0000 (16:48 +0000)]
Document append_positioning flag for NMEA.

18 years agoCommit the lowranceuser 'writeasicons' option that I actually coded and documented...
robertl [Tue, 3 Jul 2007 16:43:57 +0000 (16:43 +0000)]
Commit the lowranceuser 'writeasicons' option that I actually coded and documented back in March.

18 years agoTypo fix in gbser_posix.c
robertl [Tue, 3 Jul 2007 16:37:08 +0000 (16:37 +0000)]
Typo fix in gbser_posix.c

18 years agoAllow stdin on posix gbser filename.
robertl [Tue, 3 Jul 2007 04:03:37 +0000 (04:03 +0000)]
Allow stdin on posix gbser filename.

18 years agoAdd quotations to unicsv output sample.
oliskoli [Mon, 2 Jul 2007 19:36:55 +0000 (19:36 +0000)]
Add quotations to unicsv output sample.

18 years agoUpgrade unicsv doc. Extend the list of key words. Add some hints for the writer.
oliskoli [Mon, 2 Jul 2007 19:27:12 +0000 (19:27 +0000)]
Upgrade unicsv doc. Extend the list of key words. Add some hints for the writer.

18 years agoAdd doc for unicsv options 'datum' and 'grid'.
oliskoli [Mon, 2 Jul 2007 19:23:18 +0000 (19:23 +0000)]
Add doc for unicsv options 'datum' and 'grid'.

18 years agoAdd doc for option 'location' of raymarine.
oliskoli [Mon, 2 Jul 2007 18:30:26 +0000 (18:30 +0000)]
Add doc for option 'location' of raymarine.

18 years agoAdd some doc for tomtom_asc and tomtom_itn formats.
oliskoli [Mon, 2 Jul 2007 18:29:00 +0000 (18:29 +0000)]
Add some doc for tomtom_asc and tomtom_itn formats.

18 years agoChange source format for unicsv write test (timezone problem).
oliskoli [Mon, 2 Jul 2007 17:34:36 +0000 (17:34 +0000)]
Change source format for unicsv write test (timezone problem).

18 years agoAllow geocache placer to be empty in GPX read.
robertl [Mon, 2 Jul 2007 03:41:59 +0000 (03:41 +0000)]
Allow geocache placer to be empty in GPX read.

18 years agoLet route simplifier know if it's working on tracks or routes so it knows which list...
robertl [Mon, 2 Jul 2007 02:06:31 +0000 (02:06 +0000)]
Let route simplifier know if it's working on tracks or routes so it knows which list to remove from.

18 years agoMove function 'strenquote' from unicsv to common utils.
oliskoli [Fri, 29 Jun 2007 21:01:35 +0000 (21:01 +0000)]
Move function 'strenquote' from unicsv to common utils.

18 years agounicsv: Quote coordinates using grid with seconds. Move function 'strenquote' to...
oliskoli [Fri, 29 Jun 2007 21:00:40 +0000 (21:00 +0000)]
unicsv: Quote coordinates using grid with seconds. Move function 'strenquote' to common utils.

18 years agoxmlgeneric: Fix order of 'str_match' parameters.
oliskoli [Fri, 29 Jun 2007 20:55:25 +0000 (20:55 +0000)]
xmlgeneric: Fix order of 'str_match' parameters.

18 years agoRefresh 'internal_styles.c'.
oliskoli [Thu, 28 Jun 2007 22:39:47 +0000 (22:39 +0000)]
Refresh 'internal_styles.c'.

18 years agoAllow wildcards [*?] in xml tag list.
oliskoli [Thu, 28 Jun 2007 22:37:13 +0000 (22:37 +0000)]
Allow wildcards [*?] in xml tag list.

18 years agoBe more liberal with coordinates outsite of -90..90,-180..180.
oliskoli [Thu, 28 Jun 2007 22:34:52 +0000 (22:34 +0000)]
Be more liberal with coordinates outsite of -90..90,-180..180.

18 years agoTry to detect the truth of unknown_alt.
oliskoli [Thu, 28 Jun 2007 22:27:43 +0000 (22:27 +0000)]
Try to detect the truth of unknown_alt.

18 years agoLet unicsv write something.
oliskoli [Thu, 28 Jun 2007 22:17:24 +0000 (22:17 +0000)]
Let unicsv write something.

18 years agoAdd field separator to "pretty_deg_format".
oliskoli [Thu, 28 Jun 2007 22:12:45 +0000 (22:12 +0000)]
Add field separator to "pretty_deg_format".

18 years ago6/26/07 google breakage; they accidentally dropped a </tr>
parkrrrr [Tue, 26 Jun 2007 13:10:48 +0000 (13:10 +0000)]
6/26/07 google breakage; they accidentally dropped a </tr>

18 years agoBreak up introductory sentence a bit.
robertl [Sun, 24 Jun 2007 22:21:38 +0000 (22:21 +0000)]
Break up introductory sentence a bit.

18 years agoChange WBT doc to backup tracks before erasing unit.
robertl [Sun, 24 Jun 2007 22:15:29 +0000 (22:15 +0000)]
Change WBT doc to backup tracks before erasing  unit.

18 years agoAfter confirming with Garmin that these should Just Work, I'm adding:
robertl [Thu, 21 Jun 2007 18:40:16 +0000 (18:40 +0000)]
After confirming with Garmin that these should Just Work, I'm adding:

Nuvi 600
Nuvi 650
Nuvi 650FM
Nuvi 200
Nuvi 250
Nuvi 270

Rhino 520HCx
Rhino 530HCx

eTrex Vista HCx,
eTrex Legend HCx,
eTrex Summit HC,
eTrex Venture HC
eTrex H

Nuvi 200W
Nuvi 250W

18 years agoGoogle makes arbitrary changes to Maps output again.
parkrrrr [Tue, 19 Jun 2007 13:06:21 +0000 (13:06 +0000)]
Google makes arbitrary changes to Maps output again.

18 years agoigc: Stop writing when more than 99 points in task route.
oliskoli [Mon, 18 Jun 2007 20:14:47 +0000 (20:14 +0000)]
igc: Stop writing when more than 99 points in task route.

18 years agoozi: Use macros for "flagged" waypoint fields.
oliskoli [Mon, 18 Jun 2007 20:03:43 +0000 (20:03 +0000)]
ozi: Use macros for "flagged" waypoint fields.

18 years agogarmin_fs: Use macros for "flagged" waypoint fields.
oliskoli [Mon, 18 Jun 2007 19:59:56 +0000 (19:59 +0000)]
garmin_fs: Use macros for "flagged" waypoint fields.

18 years agonmea: Tweak some forgotten "flagged" waypoint fields.
oliskoli [Mon, 18 Jun 2007 18:20:43 +0000 (18:20 +0000)]
nmea: Tweak some forgotten "flagged" waypoint fields.

18 years agogdb: Add comment to revision history.
oliskoli [Mon, 18 Jun 2007 18:10:13 +0000 (18:10 +0000)]
gdb: Add comment to revision history.

18 years agogdb: Tweak some forgotten "flagged" fields.
oliskoli [Mon, 18 Jun 2007 18:08:52 +0000 (18:08 +0000)]
gdb: Tweak some forgotten "flagged" fields.

18 years agoxcsv: Initialize option 'datum' with default value (WGS 84).
oliskoli [Tue, 12 Jun 2007 20:36:48 +0000 (20:36 +0000)]
xcsv: Initialize option 'datum' with default value (WGS 84).

18 years agoxmlgeneric: Finalize gbfile membership.
oliskoli [Tue, 12 Jun 2007 18:42:58 +0000 (18:42 +0000)]
xmlgeneric: Finalize gbfile membership.

18 years agostmsdf: Add basic "synthesize_shortnames" support.
oliskoli [Fri, 8 Jun 2007 21:25:02 +0000 (21:25 +0000)]
stmsdf: Add basic "synthesize_shortnames" support.

18 years agostmwpp: Add basic "synthesize_shortnames" support.
oliskoli [Fri, 8 Jun 2007 21:24:31 +0000 (21:24 +0000)]
stmwpp: Add basic "synthesize_shortnames" support.

18 years agostmwpp: Fix ZERO-trimming code in stmwpp_write_double.
oliskoli [Thu, 7 Jun 2007 22:35:00 +0000 (22:35 +0000)]
stmwpp: Fix ZERO-trimming code in stmwpp_write_double.

18 years agoAdd some new files to project.
oliskoli [Thu, 7 Jun 2007 20:21:09 +0000 (20:21 +0000)]
Add some new files to project.

18 years agogarmin_gpi: Remove errors and warnings in MSVC.
oliskoli [Thu, 7 Jun 2007 20:19:18 +0000 (20:19 +0000)]
garmin_gpi: Remove errors and warnings in MSVC.

18 years agoAdd Sprok Bence (hungarian translations) to authors.
oliskoli [Thu, 7 Jun 2007 18:54:50 +0000 (18:54 +0000)]
Add Sprok Bence (hungarian translations) to authors.

18 years agoHungarian translation finished. Thanx to Sprok Bence.
oliskoli [Thu, 7 Jun 2007 18:36:30 +0000 (18:36 +0000)]
Hungarian translation finished. Thanx to Sprok Bence.

18 years agoHungarian translation finished. Thanx to Sprok Bence.
oliskoli [Thu, 7 Jun 2007 18:26:16 +0000 (18:26 +0000)]
Hungarian translation finished. Thanx to Sprok Bence.

18 years agoWelcome "navicache" in the world of gbfile.
oliskoli [Wed, 6 Jun 2007 22:36:32 +0000 (22:36 +0000)]
Welcome "navicache" in the world of gbfile.

18 years agoWelcome "html" in the world of gbfile.
oliskoli [Wed, 6 Jun 2007 22:34:47 +0000 (22:34 +0000)]
Welcome "html" in the world of gbfile.

18 years agoRead GISTeq's mangled NMEA.
robertl [Wed, 6 Jun 2007 20:04:18 +0000 (20:04 +0000)]
Read GISTeq's mangled NMEA.

18 years agoAdjust time struct before mkgmtime/mktime when date/time buffer doesn't have a date.
oliskoli [Tue, 5 Jun 2007 20:54:40 +0000 (20:54 +0000)]
Adjust time struct before mkgmtime/mktime when date/time buffer doesn't have a date.

18 years agoNuke clever override for Garmin geocache icons since they're interfering with
robertl [Sun, 3 Jun 2007 02:15:16 +0000 (02:15 +0000)]
Nuke clever override for Garmin geocache icons since they're interfering with
real garmin geocache icons.

18 years agogarmin_gpi: Avoid problems with system time during leaktest.
oliskoli [Sat, 2 Jun 2007 21:29:52 +0000 (21:29 +0000)]
garmin_gpi: Avoid problems with system time during leaktest.

18 years agoRemove depth from garmin special data.
oliskoli [Sat, 2 Jun 2007 21:00:37 +0000 (21:00 +0000)]
Remove depth from garmin special data.

18 years agoSay "Goodbye" to unknown_course and unknown_speed.
oliskoli [Sat, 2 Jun 2007 20:24:53 +0000 (20:24 +0000)]
Say "Goodbye" to unknown_course and unknown_speed.

18 years agoAdd additional sequence (with binary compare) for garmin_gpi.
oliskoli [Sat, 2 Jun 2007 19:21:27 +0000 (19:21 +0000)]
Add additional sequence (with binary compare) for garmin_gpi.

18 years agogarmin_gpi: Split bounds with a new method.
oliskoli [Sat, 2 Jun 2007 18:33:20 +0000 (18:33 +0000)]
garmin_gpi: Split bounds with a new method.

18 years agounicsv: Add possible fields 'x' (longitude) and 'y' (latitude).
oliskoli [Sat, 2 Jun 2007 18:31:07 +0000 (18:31 +0000)]
unicsv: Add possible fields 'x' (longitude) and 'y' (latitude).

18 years agoTrack geocache placer ID on read from GPX/PQs.
robertl [Fri, 1 Jun 2007 21:22:34 +0000 (21:22 +0000)]
Track geocache placer ID on read from GPX/PQs.

18 years agoFix some terrible typos.
oliskoli [Sat, 26 May 2007 05:38:48 +0000 (05:38 +0000)]
Fix some terrible typos.

18 years agoAdd more supported items to unicsv doc.
oliskoli [Fri, 25 May 2007 22:54:30 +0000 (22:54 +0000)]
Add more supported items to unicsv doc.

18 years agoAdd doc's for "garmin_gpi" file format.
oliskoli [Fri, 25 May 2007 22:02:05 +0000 (22:02 +0000)]
Add doc's for "garmin_gpi" file format.

18 years agoRemove proximity and temperature from garmin special data.
oliskoli [Fri, 25 May 2007 10:13:21 +0000 (10:13 +0000)]
Remove proximity and temperature from garmin special data.
Extend wpt_flags with members for proximity and temperature.
Define macros for easy access to 'flagged' waypoint fields (as GMSD).

18 years agogarmin_gpi: Swap red and blue values in color table.
oliskoli [Thu, 24 May 2007 16:59:07 +0000 (16:59 +0000)]
garmin_gpi: Swap red and blue values in color table.

18 years agoTwo google breakages in one day. They must be busy.
parkrrrr [Thu, 24 May 2007 13:57:52 +0000 (13:57 +0000)]
Two google breakages in one day.  They must be busy.

This is one that wouldn't have been detected by my script, because it only
affected the reading of turn names.

18 years agoGoogle Maps changed to contain invalid XHTML, again.
parkrrrr [Thu, 24 May 2007 13:18:28 +0000 (13:18 +0000)]
Google Maps changed to contain invalid XHTML, again.

This time, it was tags of the form <foo bar="xxx"baz="yyy"> (note lack of
whitespace between attributes.)

18 years agogpsmath: Fix problem with conversion from UTM coordinates in southern hemisphere.
oliskoli [Thu, 24 May 2007 12:01:52 +0000 (12:01 +0000)]
gpsmath: Fix problem with conversion from UTM coordinates in southern hemisphere.

18 years agoAdd support user defined bitmap (BMP file).
oliskoli [Wed, 23 May 2007 21:46:24 +0000 (21:46 +0000)]
Add support user defined bitmap (BMP file).

18 years agoAdd support for multiple POI lists to writer code.
oliskoli [Tue, 22 May 2007 21:28:54 +0000 (21:28 +0000)]
Add support for multiple POI lists to writer code.

18 years agoRename module garmin_poi. New name is now garmin_gpi.
oliskoli [Sun, 20 May 2007 21:24:22 +0000 (21:24 +0000)]
Rename module garmin_poi. New name is now garmin_gpi.

18 years agoRename module garmin_poi. New name is now garmin_gpi.
oliskoli [Sun, 20 May 2007 21:23:47 +0000 (21:23 +0000)]
Rename module garmin_poi. New name is now garmin_gpi.

18 years agoAdd support for Garmin POI's (.gpi files).
oliskoli [Sun, 20 May 2007 21:21:53 +0000 (21:21 +0000)]
Add support for Garmin POI's (.gpi files).

18 years agogarmin_poi: Add gpi writer code.
oliskoli [Sun, 20 May 2007 21:20:57 +0000 (21:20 +0000)]
garmin_poi: Add gpi writer code.